home *** CD-ROM | disk | FTP | other *** search
- OPT MODULE
- OPT EXPORT
- -> Module created with E:bin/fd2module from YAECv18 package.
- OPT NDDC
- #macro AllocPotBits(bits) IS (D0:=bits) BUT (A6:=potgobase) BUT ASM ' jsr -6(a6)'
- #macro FreePotBits(bits) IS (D0:=bits) BUT (A6:=potgobase) BUT ASM ' jsr -12(a6)'
- #macro WritePotgo(word,mask) IS Stores(potgobase,word,mask) BUT Loads(A6,D0,D1) BUT ASM ' jsr -18(a6)'
-